Link to new documentation
authorRello <Rello@users.noreply.github.com>
Fri, 31 Jan 2025 07:15:41 +0000 (08:15 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 31 Jan 2025 09:26:58 +0000 (10:26 +0100)
Signed-off-by: Rello <Rello@users.noreply.github.com>
src/libsync/theme.cpp

index 7850f7ff03abe642af6108c749518c92cf4dad7b..f25ff9b58f0795b3d7ca3e1c5f69f26177022dd4 100644 (file)
@@ -432,7 +432,7 @@ QString Theme::helpUrl() const
 #ifdef APPLICATION_HELP_URL
     return QString::fromLatin1(APPLICATION_HELP_URL);
 #else
-    return QString::fromLatin1("https://docs.nextcloud.com/desktop/%1.%2/").arg(MIRALL_VERSION_MAJOR).arg(MIRALL_VERSION_MINOR);
+    return QString::fromLatin1("https://docs.nextcloud.com/#desktop");
 #endif
 }